C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectManyDataCollection<S,T> Class
The type of the items in the source collection.
The type of the items in the collection.
Members

C1SelectManyDataCollection<S,T> Class
Collection which allows transforming the items through a select many clause.
Object Model
C1SelectManyDataCollection<S,T> Class
Syntax
Type Parameters
S
The type of the items in the source collection.
T
The type of the items in the collection.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1HierarchicalDataCollection<T>
      C1.DataCollection.C1SelectManyDataCollection<S,T>

See Also